home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Extra 1997 #4
/
Amiga Plus Extra 1997 #4.iso
/
pd
/
netz
/
voyager10
/
rexx
/
mailsmtppost
next >
Wrap
AmigaDOS Script File
|
1997-06-09
|
512b
|
23 lines
.KEY TOADDRESS/A
.BRA {
.KET }
; set the script bit (protect +s) and call this from V
; with {path}:mailsmtppost "%h"
; Generate To: and Subject: headers
;
echo >T:V-Mailto.{$$} "To: {TOADDRESS}*NSubject: *N"
; Append signature (change $HOME/.signature to the path and filename
; where your signature resides).
type >>T:V-Mailto.{$$} s:$user.signature
startCED -s T:V-Mailto.{$$} ; CygnusED V3.5
amitcp:bin/smtppost -f$user <T:V-Mailto.{$$}
; Clean up temporary files.
delete >NIL: T:V-Mailto.{$$}